'Declaration Public Overloads Function GetGlyphIndices( _ ByVal codePoints() As System.Integer _ ) As System.Short()
public System.short[] GetGlyphIndices( System.int[] codePoints )
Parameters
- codePoints
- An array of USC4 code points from which to obtain nominal glyph indices. The array must be allocated and be able to contain the number of elements specified by codePointCount.
Return Value
a reference to an array of nominal glyph indices filled by this function.